debugging statement

英 [ˌdiːˈbʌɡɪŋ ˈsteɪtmənt] 美 [ˌdiːˈbʌɡɪŋ ˈsteɪtmənt]

调试语句

计算机



双语例句

  1. This can be useful in debugging PL/ SQL blocks or procedures by fetching server output messages inserted in PL/ SQL blocks using the DBMS_OUTPUT. PUT_LINE() statement.
    这有助于通过使用DBMSOUTPUT.PUTLINE()语句获取插入PL/SQL块中的服务器输出消息,用这些信息来调试PL/SQL块或程序。
  2. Commands include debugging concepts, such as continue, which resumes execution, step, which advances execution one statement, and stop, which terminates execution.
    命令包括各种调试概念,比如continue(恢复执行)、step(执行下一个语句)和stop(停止执行)。
  3. The assertion code is executed during debugging, and if one of the conditions is found not to hold, execution statement condit assert usually stops with a message.
    断言代码在调试阶段执行,如果发现某个执行代码语句条件没有得到满足,通常会给出相应信息并停止执行。
  4. The traditional method for debugging programs on a computer is to insert the WRITE statement into the program being debugged so that one can trace the changes in the variables involved and the run of the program.
    对于高级语言,传统的调试程序方法是在程序中插入打印语句,跟踪程序中的变量和程序执行过程,这样做工作量大且烦。
  5. When debugging a program one follows the dependence from the erroneous statement s back to the influencing parts of the program.
    人们在调试一个程序的时候总是从错误语句s开始,并沿着依赖关系跟踪到它影响的程序部分。